InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ButtonElement Class / ButtonElement Constructor / ButtonElement Constructor(Style,Object[])
The Style object to use.
An System.Array of objects to display as content.

In This Topic
    ButtonElement Constructor(Style,Object[])
    In This Topic
    Initializes a new ButtonElement with specified style and content.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As Style, _
       ByVal ParamArray content() As Object _
    )
    public ButtonElement( 
       Style style,
       params object[] content
    )

    Parameters

    style
    The Style object to use.
    content
    An System.Array of objects to display as content.
    See Also